home *** CD-ROM | disk | FTP | other *** search
- ; This script file installs ClickDOS II.
- ; It does the following:
- ; Copies ClickDOS II to the utilities directory of your workbench disk
- ; Copies the Spool program to the directory where C: is assigned
- ; Copies the ClickDOS-Startup file to the directory where S: is assigned
-
- ECHO "Installing ClickDOS II and its support files..."
- COPY ClickDOS_II:ClickDOS_II TO SYS:Utilities
- COPY ClickDOS_II:ClickDOS_II.info TO SYS:Utilities
- COPY ClickDOS_II:Spool TO C:
- COPY ClickDOS_II:ClickDOS-Startup TO S:
- ECHO "Complete."
-